home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
frogger.swf
/
scripts
/
DefineButton2_160
/
BUTTONCONDACTION on(keyPress Up).as
Wrap
Text File
|
2005-01-07
|
340b
|
14 lines
on(keyPress "<Up>"){
set("../score:score",eval("/score:score") + "10");
setProperty("/frosch", _Y, getProperty("/frosch", _Y) - "17");
x_value = getProperty("/frosch", _X);
y_value = getProperty("/frosch", _Y);
nextFrame();
tellTarget("/frosch")
{
gotoAndStop("vor");
play();
}
play();
}